BAT
BAT$
BAT_USE

Syntax: BAT
   and: BAT$
   and: BAT_USE batch$
Location: Beuletools

BAT_USE specifies a command string containing SuperBASIC keywords which will be typed into the command line (#0) when the command BAT is issued.
The string may be up to 128 characters long. You may add CHR$(10) to the end of the string in order to emulate an <ENTER> keypress.

BAT$ is a function which returns the current setting.

Example:

BAT_USE "PAPER 3: INK 7: PAPER#2,3: PAPER#2,3: INK#2,7: WMON 4: BORDER 1,0: BORDER#2,0" & CHR$(10)

The command BAT will now reset the standard start-up windows. 

CROSS-REFERENCE:
See FORCE_TYPE and STAMP.  DO allows batch files of any size to be executed.
